home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web26 / Tutorial 3 Review / sunny.css < prev   
Cascading Style Sheet File  |  2011-02-24  |  1KB  |  28 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Review Assignment
  5.  
  6.    Sunny Acres Holiday Festival Style Sheet
  7.    Author: Amber Shaw
  8.    Date:   2/4/11
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14.  
  15. body {background-color: white; font-family: Arial, Helvetica, sans-serif}
  16.  
  17. h1 { border-bottom-style: solid; border-bottom-color: green; border-bottom-width: 3px}
  18. h2 {background-color: green; font-color: white; padding-left: 5px; letter-spacing: 7px } 
  19. h3 {background-color: green; font-color: white; padding-left: 5px; letter-spacing: 7px;         width: 200px;} 
  20. a {display: block; margin: 0px}
  21.  
  22. address {text-align: center; font: normal small-caps 0.8em sans-serif;
  23.     border-top: 0.3em solid green: padding-top: 5em}
  24.  
  25. #outer {width: 770px}
  26. #inner {margin-left: 225px; padding-left: 10px;}
  27. #promoimage {float: right; margin: 10px 0px 10px 10px}
  28. #links {float: left; width: 180px; background-color: rgb(255, 215, 71); border-style: solid; border-width: 1px 3px 1px 3px; padding: .5em; margin: .5em}